home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / poly3d-r / makefile.os2 < prev    next >
Encoding:
Makefile  |  1993-12-30  |  624 b   |  28 lines

  1. #
  2. # This is the make file for the poly3d-r directory using OS2 GCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS    = poly3d-r.o prepdata.o colortbl.o evalcolr.o scandata.o
  10.  
  11. poly3d-r.exe: $(OBJS)
  12.     $(CC) $(CFLAGS) $(OBJS) -o poly3d-r $(LIBS)
  13.     $(STRIP) poly3d-r
  14.     $(BIND) poly3d-r $(BINDOPT)
  15.     $(RM) poly3d-r
  16.  
  17. install: poly3d-r.exe
  18.     $(CP) -f poly3d-r.exe $(BIN_DIR)
  19.     $(CP) -f poly3d-r.cfg $(BIN_DIR)
  20.     $(RM) poly3d-r.exe
  21.  
  22. # Dependencies starts here - do not touch, generated automatically.
  23. colortbl.o:    program.h
  24. evalcolr.o:    program.h
  25. poly3d-r.o:    program.h
  26. prepdata.o:    program.h
  27. scandata.o:    program.h
  28.